mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
7a234c4d3c
commit
37b4bb4809
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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 "************************************************************"; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue