
+ Fixed: Removed some unneeded files from both the archive and git. + Fixed: Changed git versioning scheme. Changes to be committed: modified: ChangeLog modified: Makefile.am modified: Makefile.in deleted: autom4te.cache/output.0 deleted: autom4te.cache/output.1 deleted: autom4te.cache/requests deleted: autom4te.cache/traces.0 deleted: autom4te.cache/traces.1 deleted: po/Makefile.in.in~ deleted: po/Makevars.template deleted: po/Rules-quot deleted: po/boldquot.sed deleted: po/en@boldquot.header deleted: po/en@quot.header deleted: po/insert-header.sin deleted: po/quot.sed deleted: po/remove-potcdate.sin
22 lines
323 B
Makefile
22 lines
323 B
Makefile
AUTOMAKE_OPTIONS = gnu
|
|
|
|
SUBDIRS = data doc src po
|
|
|
|
DISTCLEANFILES = *.bak *.log *~
|
|
|
|
EXTRA_DIST = \
|
|
m4 \
|
|
autogen.sh \
|
|
config.rpath \
|
|
m4/ChangeLog \
|
|
$(desktop_DATA) \
|
|
$(autostart_DATA) \
|
|
intltool-merge.in \
|
|
intltool-update.in \
|
|
intltool-extract.in
|
|
|
|
dist-hook:
|
|
rm -rf $(distdir)/m4/Makefile
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|