mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
Make DTD dir
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6877 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ff794629ea
commit
da1682bc48
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2000-07-05 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
* Tools/Makefile.postabmle: Create directory for DTDs if needed
|
||||||
|
|
||||||
2000-07-05 Richard Frith-Macdonald <rfm@gnu.org>
|
2000-07-05 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/GSTcpHandle.m: fix error resetting size of data to be read -
|
* Source/GSTcpHandle.m: fix error resetting size of data to be read -
|
||||||
|
|
|
@ -19,6 +19,9 @@ before-install::
|
||||||
|
|
||||||
# Things to do after installing
|
# Things to do after installing
|
||||||
after-install::
|
after-install::
|
||||||
|
if [ ! -f $(dtddir) ]; then \
|
||||||
|
$(MKDIRS) $(dtddir); \
|
||||||
|
fi; \
|
||||||
for file in $(DTD_FILES); do \
|
for file in $(DTD_FILES); do \
|
||||||
$(INSTALL_DATA) $$file $(dtddir)/$$file; \
|
$(INSTALL_DATA) $$file $(dtddir)/$$file; \
|
||||||
done; \
|
done; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue