/[ddp]/manuals/trunk/tutorial/Makefile
ViewVC logotype

Contents of /manuals/trunk/tutorial/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 617 - (show annotations) (download)
Sat Jul 4 21:47:55 1998 UTC (14 years, 10 months ago) by hp
File size: 898 byte(s)

Sat Jul  4 16:46:36 1998  Havoc Pennington  <hp@pobox.com>

* debian-tutorial.sgml: Worked on "What's on OS" and "What's free
software sections; took out <ex> tags so the document would
compile; misc. little things.
* Makefile: Took out auto-generated CHANGELOG in favor of this
manual ChangeLog.
1
2
3 all : debian-tutorial.tar.gz
4
5 outputs : debian-tutorial.ps debian-tutorial.text debian-tutorial.html
6
7 debian-tutorial.ps : debian-tutorial.sgml
8 debiandoc2ps debian-tutorial.sgml
9
10 debian-tutorial.text : debian-tutorial.sgml
11 debiandoc2text debian-tutorial.sgml
12
13 debian-tutorial.html : debian-tutorial.sgml
14 debiandoc2html debian-tutorial.sgml
15
16 debian-tutorial.tar : ChangeLog outputs COPYING
17 chmod 644 debian-tutorial.text debian-tutorial.ps ChangeLog
18 chmod 755 debian-tutorial.html
19 chmod 644 debian-tutorial.html/*
20 tar --create --file=debian-tutorial.tar debian-tutorial.ps debian-tutorial.text debian-tutorial.html debian-tutorial.sgml ChangeLog COPYING
21 chmod 644 debian-tutorial.tar
22
23 debian-tutorial.tar.gz : debian-tutorial.tar
24 gzip --force debian-tutorial.tar
25
26 clean :
27 /bin/rm -r debian-tutorial.html
28 /bin/rm debian-tutorial.text
29 /bin/rm debian-tutorial.ps
30 /bin/rm CHANGELOG
31
32
33
34

  ViewVC Help
Powered by ViewVC 1.1.5