OSDN Git Service

Revert "fix to compile without subwcrev.exe"
[handbrake-jp/handbrake-jp-git.git] / gtk / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 ## Created by Anjuta
3
4 SUBDIRS = src po
5
6 ghbdocdir = ${prefix}/share/doc/ghb
7
8 EXTRA_DIST = $(ghbdoc_DATA)
9
10 # Copy all the spec files. Of cource, only one is actually used.
11 dist-hook:
12         for specfile in *.spec; do \
13                 if test -f $$specfile; then \
14                         cp -p $$specfile $(distdir); \
15                 fi \
16         done
17