diff options
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index efd0587..0a9a4a5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -89,9 +89,9 @@ _COPYING = COPYING # Used by mk/dist.mk ___EVERYTHING_INFO = scrotty titlepage-data content hardcopy-copying \ - appx/fdl appx/free-software-needs-free-documentation appx/gpl \ - chap/invoking chap/overview chap/strftime \ - reusable/macros reusable/paper reusable/titlepage + appx/fdl appx/free-software-needs-free-documentation appx/gpl \ + chap/invoking chap/overview chap/strftime \ + reusable/macros reusable/paper reusable/titlepage ___EVERYTHING_H = common kern info pattern png _EVERYTHING = $(foreach F,$(___EVERYTHING_INFO),doc/info/$(F).texinfo) \ $(foreach F,$(___EVERYTHING_H),src/$(F).h) \ |