X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=Makefile.am;h=0ef706ab5385fd5703f5e0a77d44af805634dc37;hb=ef631d9c5eb019c66d5eb9adf2d46fe231ede67b;hp=c5678545a99cb32afa7092e89c4258d20593e3aa;hpb=583fcb816a2e4ad0211c02231c6c1ff79d21b447;p=captive.git diff --git a/Makefile.am b/Makefile.am index c567854..0ef706a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,8 +19,7 @@ include $(top_srcdir)/Makefile-head.am AUTOMAKE_OPTIONS=gnu -ACLOCAL_AMFLAGS=-I m4 -SUBDIRS=intl m4 macros src doc po +SUBDIRS=macros src doc po ## to automatically rebuild aclocal.m4 if any of the macros in ## `macros/' change @MAINT@include macros/macros.dep @@ -34,8 +33,7 @@ REACTOS_SOURCES= \ EXTRA_DIST+= \ INSTALL \ - ABOUT-NLS \ - config.rpath \ + THANKS \ mkinstalldirs \ captive.spec.in \ Makefile-head.am \ @@ -44,7 +42,26 @@ EXTRA_DIST+= \ .vimrc \ .gdbinit \ ChangeLog \ - $(REACTOS_SOURCES) + $(REACTOS_SOURCES) \ + debian/captive-lufs.files \ + debian/captive-install.conffiles \ + debian/captive-install.files \ + debian/captive-install.postinst \ + debian/captive-install.prerm \ + debian/captive.conffiles \ + debian/captive.docs \ + debian/captive.files \ + debian/captive.postinst \ + debian/captive.postrm \ + debian/changelog.in \ + debian/control \ + debian/copyright \ + debian/rules \ + cvs2cl-usermap \ + gnome_vfs_read_entire_file.c + +# Needed for dpkg-buildpackage(1): +EXTRA_DIST+=debian/changelog MAINTAINERCLEANFILES+= \ ChangeLog @@ -54,7 +71,7 @@ CLEANFILES+= \ if MAINTAINER_MODE ChangeLog: - cvs2cl.pl --usermap cvs2cl-usermap --window 3600 --separate-header --no-wrap --file $@ . $(REACTOS_SOURCES) + cvs2cl --usermap cvs2cl-usermap --window 3600 --separate-header --no-wrap --file $@ . $(REACTOS_SOURCES) else ChangeLog: