[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Error in Makefiles/Instance/documentation.make Kills Install
From: |
Evan Prodromou |
Subject: |
Error in Makefiles/Instance/documentation.make Kills Install |
Date: |
Fri, 24 May 2002 13:09:24 -0400 |
User-agent: |
Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu) |
So, hi, everyone. Woohoo, GNUstep.
So, there's a teensy-weensy bug in Makefiles/Instance/documentation.make, w/r/t
texinfo sources. The file assumes that there will always be .info-*
files as well as the main .info file. This is not always the case --
Gorm, for example, only generates a single .info file.
Maybe some kind of conditional test to make sure that the .info-*
files exist before trying to install them might work? Or, better,
replace these two lines:
---8<---
$(INSTALL_DATA) $(GNUSTEP_INSTANCE).info $(GNUSTEP_DOCUMENTATION_INFO)
$(INSTALL_DATA) $(GNUSTEP_INSTANCE).info-* $(GNUSTEP_DOCUMENTATION_INFO)
---8<---
with this one line:
---8<---
$(INSTALL_DATA) $(GNUSTEP_INSTANCE).info* $(GNUSTEP_DOCUMENTATION_INFO)
---8<---
...which works correctly whether or not there's any .info-* files.
~ESP
--
Evan Prodromou
evan@prodromou.san-francisco.ca.us
- Error in Makefiles/Instance/documentation.make Kills Install,
Evan Prodromou <=