-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathMakefile.am
More file actions
27 lines (22 loc) · 961 Bytes
/
Makefile.am
File metadata and controls
27 lines (22 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- */
# vi: set tabstop=4 shiftwidth=4 noexpandtab: */
# ***** BEGIN LICENSE BLOCK *****
# Copyright (C) 2009 Zmanda Incorporated. All Rights Reserved.
#
# This file is part of libzcloud.
#
# libzcloud is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License (the LGPL)
# as published by the Free Software Foundation, either version 2.1 of
# the LGPL, or (at your option) any later version.
#
# libzcloud is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
# ***** END LICENSE BLOCK *****
ACLOCAL_AMFLAGS = -Iconfig -I config/macro-archive -I config/libzcloud
SUBDIRS = lib $(PLUGIN_SUBDIRS) bin man docs
gh-pages:
cd docs; $(MAKE) $@
.PHONY: gh-pages