File: rules

package info (click to toggle)
stl-manual 3.30-17
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 5,452 kB
  • sloc: cpp: 17,845; ansic: 2,842; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 421 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@

override_dh_install:
	dh_install

	cp *.html *.gif *.h $(CURDIR)/debian/stl-manual/usr/share/doc/stl-manual/html
	cp algorithm bitset deque functional hash_map hash_set iterator limits list map memory \
        numeric pthread_alloc queue rope set slist stack stdexcept string utility valarray vector \
        $(CURDIR)/debian/stl-manual/usr/share/doc/stl-manual/html