Section: carnet
Priority: extra
Maintainer: Valentin Vidic <vvidic@carnet.hr>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), debiandoc-sgml, texlive
Standards-Version: 3.7.2
Package: carnet-upgrade
build-stamp:
dh_testdir
- # Add here commands to compile the package.
- #$(MAKE)
- #docbook-to-man debian/carnet-upgrade.sgml > carnet-upgrade.1
+ # Build the package.
+ (cd doc; debiandoc2text -l hr_HR.UTF-8 carnet-upgrade.sgml)
+ (cd doc; debiandoc2html -l hr_HR.UTF-8 carnet-upgrade.sgml)
+ (cd doc; debiandoc2pdf -l hr_HR.UTF-8 carnet-upgrade.sgml)
+ rm doc/carnet-upgrade.tpt
touch $@
dh_testroot
rm -f build-stamp
- # Add here commands to clean up after the build process.
- #$(MAKE) clean
+ # Clean up after the build process.
+ rm -rf doc/carnet-upgrade.{txt,html,pdf,tpt}
dh_clean
dh_clean -k
dh_installdirs
- # Add here commands to install the package into debian/carnet-upgrade.
- #$(MAKE) DESTDIR=$(CURDIR)/debian/carnet-upgrade install
-
+ # Install the package.
# Build architecture-independent files here.
binary-indep: build install