]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.in
Documentation update and re-ordering.
[paraslash.git] / Makefile.in
index 0bdd71f0ea0d6aa059fc5621a6a2030ea0dbf3bf..bbef37db3fc872a4576f6a9504a60149bdb138fc 100644 (file)
@@ -57,7 +57,7 @@ man_pages_html := $(patsubst %, man/html/%.html, $(man_binaries))
 gengetopts := $(wildcard *.ggo)
 gengetopts_c := $(gengetopts:.ggo=.cmdline.c)
 gengetopts_h := $(gengetopts:.ggo=.cmdline.h)
-grutatxt := NEWS CREDITS INSTALL README FEATURES
+grutatxt := NEWS CREDITS INSTALL README FEATURES REQUIREMENTS README.afs
 grutatxt_html := $(grutatxt:=.html)
 html_in := $(wildcard web/*.in.html)
 gen_html := $(subst web/,web/sync/,$(html_in))
@@ -75,7 +75,7 @@ web_misc := $(patsubst %,web/sync/%,$(web_misc))
 web_man := web/sync/man
 autocrap := config.h.in configure
 tarball_pfx := @PACKAGE_TARNAME@-@PACKAGE_VERSION@
-tarball_delete = web versions pics .changelog_before_cvs .changelog_cvs
+tarball_delete = web versions pics .changelog_before_cvs .changelog_cvs .gitignore
 tarball_delete := $(patsubst %,$(tarball_pfx)/%,$(tarball_delete))
 tarball_add := $(gengetopts_c) $(gengetopts_h) $(autocrap)