| To: | scsh-checkins@lists.sourceforge.net |
|---|---|
| Subject: | [Scsh-checkins] CVS: scsh/doc/scsh-manual Makefile,1.2,1.3 |
| From: | Norbert Freudemann <nofreude@users.sourceforge.net> |
| Date: | Wed Oct 10 03:33:11 2001 |
| List-id: | <scsh-checkins.lists.sourceforge.net> |
| Sender: | scsh-checkins-admin@lists.sourceforge.net |
Update of /cvsroot/scsh/scsh/doc/scsh-manual
In directory usw-pr-cvs1:/tmp/cvs-serv21392
Modified Files:
Makefile
Log Message:
fixed the html-command
Index: Makefile
===================================================================
RCS file: /cvsroot/scsh/scsh/doc/scsh-manual/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Makefile 2001/06/20 14:28:22 1.2
--- Makefile 2001/10/10 10:32:57 1.3
***************
*** 20,24 ****
clean:
-rm *.log
! rm -r html
INSTALL_DATA= install -c -m 644
--- 20,24 ----
clean:
-rm *.log
! rm -rf html
INSTALL_DATA= install -c -m 644
***************
*** 27,32 ****
tar cf - *.tex sty | gzip > man.tar.gz
! html:
! tex2page man
install: man.ps
--- 27,32 ----
tar cf - *.tex sty | gzip > man.tar.gz
! html: $(TEX)
! tex2page man && tex2page man
install: man.ps
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Scsh-checkins] CVS: scsh/doc/scsh-manual man.tex,1.8,1.9, Martin Gasbichler |
|---|---|
| Next by Date: | [Scsh-checkins] CVS: scsh-0.6/doc/scsh-manual Makefile,1.1,1.2, Norbert Freudemann |
| Previous by Thread: | [Scsh-checkins] CVS: scsh/doc/scsh-manual man.tex,1.8,1.9, Martin Gasbichler |
| Next by Thread: | [Scsh-checkins] CVS: scsh-0.6/doc/scsh-manual Makefile,1.1,1.2, Norbert Freudemann |
| Indexes: | [Date] [Thread] [Top] [All Lists] |