Update of /cvsroot/linux-atm/linux-atm/doc
In directory usw-pr-cvs1:/tmp/cvs-serv23579/doc
Modified Files:
Tag: V2_4_0
Makefile.am
Log Message:
Updates to RPM spec file to include hosts.atm and HOWTO documentation.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/linux-atm/linux-atm/doc/Attic/Makefile.am,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** Makefile.am 2001/10/03 19:04:07 1.1.2.2
--- Makefile.am 2001/10/03 23:53:50 1.1.2.3
***************
*** 1,2 ****
! EXTRA_DIST = README.CLP README.tc atm-linux-howto.sgml
--- 1,38 ----
! EXTRA_DIST = README.CLP README.tc atm-linux-howto.sgml atm-linux-howto.txt
!
! HOWTO = atm-linux-howto.sgml
!
!
! atm-linux-howto/atm-linux-howto.html: ${HOWTO}
! sgmltools --backend=html ${HOWTO}
!
! html: atm-linux-howto/atm-linux-howto.html
!
!
! atm-linux-howto.txt: ${HOWTO}
! sgmltools --backend=txt ${HOWTO}
!
! txt: atm-linux-howto.txt
!
!
! atm-linux-howto.ps: ${HOWTO}
! sgmltools --backend=ps ${HOWTO}
!
! ps: atm-linux-howto.ps
!
!
! atm-linux-howto.pdf: ${HOWTO}
! db2pdf ${HOWTO}
!
! pdf: atm-linux-howto.pdf
!
!
! atm-linux-howto.rtf: ${HOWTO}
! db2rtf ${HOWTO}
!
! rtf: atm-linux-howto.rtf
!
!
! clean:
! -rm -rf atm-linux-howto/ *.ps *.pdf *.rtf *.out
|