Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

File: [Platon] / mylist / doc / Makefile (download)

Revision 1.1, Tue Apr 5 20:24:30 2005 UTC (19 years ago) by rajo

Distribution archive building stuff.

#
# Makefile for building documentation of mylist.
# Type 'make' to build documentation
#
# Developed by Lubomir Host 'rajo' <rajo AT platon.sk>
# Copyright (c) 2004-2005 Platon SDG, http://platon.sk/
# Licensed under terms of GNU General Public License.
# All rights reserved.
#

# $Platon: $

#all: html pdf
all:
    @echo
    @echo "Empty now, documentation not written yet."
    @echo

html: doc/sgml/defs.sgml
    @echo; \
     echo "----------------------------------------------------"; \
     echo "Generating HTML documentation, please be patient ..."; \
     echo "----------------------------------------------------"; \
     echo; \
    cd doc/                                    \
    && docbook2html -o html/ "`pwd`/sgml/$(PACKAGE).sgml"    \
    && cp -r sgml/images html/                \
    && rm -rf html/images/CVS

pdf: doc/sgml/defs.sgml
    @echo; \
     echo "---------------------------------------------------"; \
     echo "Generating PDF documentation, please be patient ..."; \
     echo "---------------------------------------------------"; \
     echo; \
    cd doc/                                    \
    && docbook2pdf -o pdf/ "`pwd`/sgml/$(PACKAGE).sgml"    \
    && mv pdf/$(PACKAGE).pdf pdf/$(PACKAGE)-$(VERSION).pdf \
    && rm -rf pdf/$(PACKAGE).out pdf/$(PACKAGE).aux pdf/$(PACKAGE).log



Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top