mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:40:39 +00:00
* Documentation/ReleaseNotes.gsdoc: Format fixes.
* Source/DocMakefile (before-clean, after-clean): Move obj out of the way so it isn't removed when cleaning docs. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20182 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
137396c189
commit
2d88c43c22
3 changed files with 19 additions and 2 deletions
|
@ -213,6 +213,14 @@ before-all:: ../Documentation/Gui \
|
|||
../Documentation/GuiAdditions:
|
||||
$(MKDIRS) ../Documentation/GuiAdditions
|
||||
|
||||
#
|
||||
# Work around our screwy doc generation implementation, sigh...
|
||||
#
|
||||
before-clean::
|
||||
if [ -e obj ]; then \
|
||||
mv obj obj-save-link; \
|
||||
fi
|
||||
|
||||
#
|
||||
# Clean up temporary files used while generating documentation.
|
||||
#
|
||||
|
@ -227,4 +235,7 @@ after-clean::
|
|||
$(RM) GuiAdditions/dependencies; \
|
||||
rmdir GuiAdditions; \
|
||||
fi
|
||||
if [ -e obj-save-link ]; then \
|
||||
mv obj-save-link obj; \
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue