Fix installation of DTDs

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6738 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-06-20 14:34:38 +00:00
parent 7a234c4d3c
commit 37b4bb4809
2 changed files with 7 additions and 6 deletions

View file

@ -60,11 +60,12 @@ HEADERS = gdomap.h gdnc.h
DIST_FILES = GNUmakefile Makefile.preamble Makefile.postamble \
$(SOURCES) $(HEADERS)
-include Makefile.preamble
include Makefile.preamble
-include GNUmakefile.local
include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/objc.make
include $(GNUSTEP_MAKEFILES)/tool.make
-include Makefile.postamble
include Makefile.postamble

View file

@ -19,9 +19,9 @@
# Things to do after installing
after-install::
@for file in $(DTD_FILES); do \
$(INSTALL_DATA) $$file $(dtddir)/$$file ; \
done; \
for file in $(DTD_FILES); do \
$(INSTALL_DATA) $$file $(dtddir)/$$file; \
done; \
if [ "`whoami`" != "root" ]; then \
echo ""; \
echo "************************************************************"; \