Diff for /freem/scripts/Makefile between versions 1.2 and 1.3

version 1.2, 2025/04/04 18:30:03 version 1.3, 2025/04/05 03:18:41
Line 23 Line 23
 #   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.  #   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.
 #  #
 #   $Log$  #   $Log$
   #   Revision 1.3  2025/04/05 03:18:41  snw
   #   Add fmd docupdate command to dev scripts
   #
 #   Revision 1.2  2025/04/04 18:30:03  snw  #   Revision 1.2  2025/04/04 18:30:03  snw
 #   Add fmd versions command to list all versions  #   Add fmd versions command to list all versions
 #  #
Line 34 Line 37
 # SPDX-License-Identifier: AGPL-3.0-or-later  # SPDX-License-Identifier: AGPL-3.0-or-later
 #  #
   
 pgms = fmd fmd-commit fmd-setversion fmd-changelog fmd-log fmd-versions  pgms = fmd fmd-commit fmd-setversion fmd-changelog fmd-log fmd-versions fmd-docupdate
   
 install:  install:
         cp $(pgms) /usr/local/bin          cp $(pgms) /usr/local/bin

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>