File: create-docs.sh

package info (click to toggle)
sylpheed-gtk1 1.0.6-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,588 kB
  • ctags: 5
  • sloc: makefile: 32; sh: 30
file content (7 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/bin/bash

DIR="build-tree/${1}"

for file in debian/*.docs.in; do
    cat ${file} | sed "s,-DIR-,${DIR},g" > ${file/.in/}
done