File: 01_no_php_subdir

package info (click to toggle)
libpuzzle 0.11-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,092 kB
  • sloc: sh: 9,723; ansic: 1,811; makefile: 970; php: 269; sql: 148
file content (15 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Remove the php subdirectory from the subdirectories processed by
 the Makefile as the PHP module is built separately and the PHP module Makefile
 can't handle the 'make check' target
Author: Emmanuel Bouthenot <kolter@debian.org>
Forwarded: not needed
Last-Update: 2012-05-12
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,5 +6,4 @@
 
 SUBDIRS = \
 	src \
-	man \
-	php
+	man