Install/uninstall properly multiple section info files

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13416 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-04-10 15:50:50 +00:00
parent e0ea2d2a36
commit 59595637f8

View file

@ -1,8 +1,15 @@
Wed Apr 10 14:39:24 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Instance/documentation.make (internal-doc-install_): Install all
xxx.info-* files, not only the root xxx.info file.
(internal-doc-uninstall_): Remove all xxx.info-* files.
(Suggestion by Sir Raorn (<raorn@binec.ru>)).
Wed Apr 10 14:18:29 2002 Nicola Pero <n.pero@mi.flashnet.it>
* relative_path.sh: Fixed bug when looping - ignore path
components which are '.' - fixing problem with frameworks and
gnustep flattened. (Patch from Sir Raorn (<raorn@binec.ru>).
gnustep flattened. (Patch from Sir Raorn (<raorn@binec.ru>)).
* Instance/documentation.make (internal-doc-install_): Depend on creating
GNUSTEP_DOCUMENTATION_INFO.
($(GNUSTEP_DOCUMENTATION_INFO): Rule to create the dir added.